const syscall._NT_PRSTATUS
3 uses
syscall (current package)
syscall_linux.go#L957: _NT_PRSTATUS = 1
syscall_linux.go#L964: return ptracePtr(PTRACE_GETREGSET, pid, uintptr(_NT_PRSTATUS), unsafe.Pointer(&iov))
syscall_linux.go#L971: return ptracePtr(PTRACE_SETREGSET, pid, uintptr(_NT_PRSTATUS), unsafe.Pointer(&iov))
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)